home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_547 / PlaceObject2_112_51 / CLIPACTIONRECORD onClipEvent(keyDown).as
Text File  |  2008-09-12  |  120b  |  7 lines

  1. onClipEvent(keyDown){
  2.    if(Key.isDown(40) || Key.isDown(38))
  3.    {
  4.       Selection.setFocus("_root.btn0");
  5.    }
  6. }
  7.